home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / Tumbler and Podium / Tumbler_utility.h < prev    next >
Encoding:
Text File  |  1997-08-14  |  480 b   |  17 lines  |  [TEXT/MPS ]

  1. // Tumbler_utility.h
  2. //
  3. // utility related function prototypes for the the Tumbler application
  4. //
  5. // Modification History
  6. //
  7. //    11/26/94        nick        added in stuff from symantec proto_helper app, add defines
  8.  
  9.  
  10. #ifndef _Tumbler_UTILITY_H_
  11. #define _Tumbler_UTILITY_H_
  12.  
  13. /* Tumbler_utility.c */
  14. short     PStrCmp(char *s1, char *s2);
  15. void    PositionRectInRect(Rect *outerRect, Rect *innerRect, Fixed horzRatio, Fixed vertRatio) ;
  16. void     CenterRectInRect(Rect *outerRect, Rect *innerRect);
  17. #endif